home *** CD-ROM | disk | FTP | other *** search
/ Just Call Me Internet / Just Call Me Internet.iso / archives / com / internet / sting / sting.lzh / STING / dev-kit / header / header.txt next >
Text File  |  1997-05-03  |  1KB  |  24 lines

  1.  
  2. This directory is for the programmers. For client programming, you never
  3. need the PORT.H and LAYER.H. You only need the TRANSPRT.H, which replaces 
  4. *both* TRANSPRT.H and DRIVERS.H from old STiK. Please try to compile your
  5. client with the new TRANSPRT.H, you should not need to change your source 
  6. code. If the compiler throws about more errors or warnings, please tell 
  7. me about it. Best : Send me the file the compiler did store the error and
  8. warnings, with an excerpt of your source code.
  9.  
  10. PORT.H and LAYER.H are for STX programming only. You'll need PORT.H with
  11. TRANSPRT.H if you wanna write a port STX, like the SERIAL, MIDI, or ETHER.
  12. If you wanna start any such project, please contact me, I'll provide more
  13. info on it. LAYER.H together with TRANSPRT.H form the basis for a high 
  14. level protocol STX. In future possibly there will be a Internet phone
  15. protocol STX. Again, contact me if you wanna start on a similar thing.
  16.  
  17. These header files are written for use with Pure C. Other compilers might
  18. need slight adjustments. Try to #include the file 'portab.h' before the
  19. actual #include's for the other header files. If that still gives you 
  20. problems with your compiler, contact me.
  21.  
  22.  
  23. Keep hacking ;-)
  24.